records
Plan de relance - Industrie du futur : nombre de bénéficiaires et montants par département
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"industrie-du-futur",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/industrie-du-futur"
}
] - "definitions":{
- "industrie-du-futur":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/industrie-du-futur_records"
}
}
} - "records":
} - "properties":
- "industrie-du-futur_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "mesure":,{
- "type":"string",
- "title":"MESURE",
- "description":""
} - "mesure_light":,{
- "type":"string",
- "title":"MESURE_LIGHT",
- "description":""
} - "volet_relance":,{
- "type":"string",
- "title":"VOLET_RELANCE",
- "description":""
} - "code_departement":,{
- "type":"number",
- "title":"CODE_DEPARTEMENT",
- "description":""
} - "nom_departement":,{
- "type":"string",
- "title":"NOM_DEPARTEMENT",
- "description":""
} - "nom_region":,{
- "type":"string",
- "title":"NOM_REGION",
- "description":""
} - "code_region":,{
- "type":"number",
- "title":"CODE_REGION",
- "description":""
} - "nombre_beneficiaires":,{
- "type":"number",
- "title":"NOMBRE_BENEFICIAIRES",
- "description":""
} - "montant_investissement":,{
- "type":"number",
- "title":"MONTANT_INVESTISSEMENT",
- "description":""
} - "montant_participation_etat":{
- "type":"number",
- "title":"MONTANT_PARTICIPATION_ETAT",
- "description":""
}
} - "mesure":
}
} - "fields":
} - "properties":
} - "industrie-du-futur":
}